(setup-8-bit-environment):
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Jun 1997 07:02:02 +0000 (07:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Jun 1997 07:02:02 +0000 (07:02 +0000)
Load the file with load, not require, so that we reload it if nec.

lisp/language/european.el

index dba8684d2acc6a3dbdb6658d203855d7d356f9e5..9c1903a5c594f10c45197f64819f32aebb23fac5 100644 (file)
@@ -63,7 +63,7 @@
        ;; in single-byte mode.
        (when (and latin-name
                   (string-match "^Latin-\\([1-9]\\)$" latin-name))
-         (require (intern (downcase latin-name)))))))
+         (load (downcase latin-name))))))
 \f
 ;; Latin-1 (ISO-8859-1)